home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / utils / smscr102.zip / SMOOTH.DOC < prev    next >
Text File  |  1996-01-10  |  5KB  |  180 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                         S M O O T H   S C R O L L E R
  11.  
  12.                                     v 1.0
  13.  
  14.                       Copyright 1994 Vincent Penquerc'h
  15.                              All Rights Reserved
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                             DISCLAIMER OF WARRANTY
  24.  
  25.  
  26. THE AUTHOR WILL REFER TO VINCENT PENQUERC'H.
  27.  
  28. THE PROGRAM WILL REFER TO SMOOTH SCROLLER, INCLUDING THE PROGRAM ITSELF, ITS
  29. DOCUMENTATION, AND ANY FILE IN THE ORIGINAL SMOOTH SCROLLER PACKAGE.
  30.  
  31. THE AUTHOR HEREBY DISCLAIMS ALL WARRANTIES RELATING TO THIS PROGRAM,
  32. WHENEVER EXPRESSED OR IMPLIED, INCLUDING WITHOUT ANY LIMITATION ANY
  33. IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  34.  
  35. THE AUTHOR WILL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL,
  36. INDIRECT OR SIMILAR DAMAGES DUE TO LOSS OF DATA, DAMAGE OF HARDWARE OR
  37. ANY OTHER REASON, EVEN IF THE AUTHOR WAS ADVISED OF THE POSSIBILITY OF
  38. SUCH LOSS OR DAMAGE.
  39.  
  40. THIS PROGRAM AND DOCUMENTATION ARE RELEASED "AS IS" AS SHAREWARE. IT IS
  41. COPYRIGHTED BY THE AUTHOR, AND ALL RIGHTS AND OWNERSHIP ARE KEPT WITH THE
  42. AUTHOR. YOU MAY USE IT, COPY IT, AND GIVE IT TO ANYBODY AS LONG AS NO
  43. MODIFICATIONS ARE MADE.
  44.  
  45. PROGRAM AND DOCUMENTATION COPYRIGHT 1994 VINCENT 'INDY' PENQUERC'H, ALL
  46. RIGHTS RESERVED.
  47.  
  48. ALL QUOTED PRODUCT AND COMPANY NAMES ARE TRADEMARKS OF THEIR RESPECTIVE
  49. OWNERS.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.                          TABLE OF CONTENTS
  56.  
  57.  
  58.  
  59.  
  60.       1. What is Smooth Scroller ?
  61.       2. System requirements
  62.       3. Command line options
  63.       4. Contacting the author
  64.       5. Revision history
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.    1. What is Smooth Scroller ?
  74.       -------------------------
  75.  
  76.  
  77.  
  78.       Smooth Scroller is a small Terminate and stay Resident (TSR) program
  79.       that intercepts the Scroll interrupt routine and replaces the original
  80.       BIOS whole-line-in-a-step scrolling routine with a new soft and smooth
  81.       scrolling routine, thus resulting in a neat DOS session with cool
  82.       scrolling, as if you were in graphics mode.
  83.  
  84.  
  85.  
  86.  
  87.    2. System requirements
  88.       -------------------
  89.  
  90.  
  91.  
  92.       To use Smooth Scroller, you will need a 8088 based PC and DOS 2.0
  93.       or higher. You will also need a VGA or compatible VGA board.
  94.  
  95.  
  96.  
  97.    3. Command line options
  98.       --------------------
  99.  
  100.  
  101.       Smooth Scroller can be called with several options on its command
  102.       line, they are here presented and explained. Smooth Scroller doesn't
  103.       care of the case of the letters. These options can be browsed by
  104.       typing one of the following commands:
  105.  
  106.         SMOOTH -H
  107.         SMOOTH -?
  108.  
  109.       These commands display a short help with all avalaible command line
  110.       options and a brief description of what they do. If you want to remove
  111.       Smooth Scroller from memory, type:
  112.  
  113.         SMOOTH -U
  114.  
  115.       If Smooth Scroller Clock can't unload itself, it will warn you.
  116.       To select the scrolling speed, use the 'S' switch, followed by a
  117.       number representing the wanted speed:
  118.  
  119.         SMOOTH -S 5
  120.  
  121.       The higher the number the fastest the scrolling will be. Note that the
  122.       best look is obtained for a slow scrolling, as the human eye can't
  123.       appreciate fast moves. Default is a speed scrolling of 5.
  124.  
  125.       To select the messages language, use the 'L' switch, followed by the
  126.       language name you want to use. 'L' stands for 'Language'. The currently
  127.       supported languages are English (default), French, and Spanish.
  128.       This is an example on how to use the 'L' switch:
  129.  
  130.         SMOOTH -L FRENCH
  131.  
  132.  
  133.  
  134.    4. Contacting the author
  135.       ---------------------
  136.  
  137.  
  138.       If you have any bug reports, comments, flames or if you want to
  139.       register, feel free to write me at the following email address:
  140.  
  141.       penquerc@enssat.fr
  142.  
  143.       or via snail mail:
  144.  
  145.       Vincent Penquerc'h
  146.       3, rue d'Ecosse
  147.       35200 Rennes
  148.       France
  149.  
  150.  
  151.  
  152.       There is no registration fee for this program since it is freeware.
  153.       However, if you find it useful, I would appreciate very much if you
  154.       would send me a little sum of money. If you do so, please send cash
  155.       in french francs or a check drawn in french francs, as banks here
  156.       take lots of money to cash a check in another currency.
  157.  
  158.  
  159.  
  160.    5. Revision history
  161.       ----------------
  162.  
  163.  
  164.  
  165.    v1.02  January 10th 1996
  166.             - Disabled smooth scrolling if the scrolled window was not full
  167.               screen to avoid screen jerks.
  168.             - Added variable font height support for other than 16 pixels
  169.               tall characters.
  170.  
  171.    v1.01  October 30th 1995 
  172.             - Fixed a bug that would leave garbage on the screen if second
  173.               video page was in use.
  174.  
  175.  
  176.    v1.0   November 28th 1994 (not released)
  177.             - First version of Smooth Scroller.
  178.  
  179.  
  180.